ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientResizedRow Property

In This Topic
    OnClientResizedRow Property (FlexGridBase<T>)
    In This Topic
    Occurs when the user finishes resizing rows.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientResizedRow As String
    public virtual string OnClientResizedRow {get; set;}
    See Also